home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 December / Designer's Club 1998 December.iso / mac / Idea Source® / main.dir / 00151_Script_rollover 3 < prev    next >
Text File  |  1998-11-02  |  228b  |  15 lines

  1. on mouseenter
  2.   set the visible of sprite 3 to false
  3.   updatestage
  4. end
  5.  
  6. on mouseleave
  7.   set the visible of sprite 3 to true
  8.   updatestage
  9. end
  10.  
  11. on mousedown
  12.   cursor -1
  13.   gotoNetPage "mailto:newmedia@dgusa.com"
  14. end
  15.